home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Comm / tcp / JabberwockySRC.lha / Jabberwocky / src / makeinclude / inline_socket.h.patch < prev    next >
Encoding:
Text File  |  2002-08-06  |  310 b   |  9 lines

  1. 170c170
  2. <     ({uint32 _tags[] = {tags}; vsyslog((l), (f), (long *) _tags);})
  3. ---
  4. >     ({ULONG _tags[] = {tags}; vsyslog((l), (f), (long *) _tags);})
  5. 199c199
  6. <     ({uint32 _tags[] = {tags}; SocketBaseTagList((struct TagItem *) _tags);})
  7. ---
  8. >     ({ULONG _tags[] = {tags}; SocketBaseTagList((struct TagItem *) _tags);})
  9.